const regexp/syntax.maxHeight

3 uses

	regexp/syntax (current package)
		parse.go#L94: const maxHeight = 1000
		parse.go#L259: 	if p.numRegexp < maxHeight {
		parse.go#L268: 	if p.calcHeight(re, true) > maxHeight {